Simplify implementation of define-key based replacements
authorJustin Burkett <justin@burkett.cc>
Sun, 17 Dec 2017 03:11:59 +0000 (22:11 -0500)
committerJustin Burkett <justin@burkett.cc>
Sun, 17 Dec 2017 03:11:59 +0000 (22:11 -0500)
commit6247cb5e28c001ffa8e09a92f654990b324db424
tree7501028f8f43bc96fd2ce9535cb416cc1cd35ee1
parent1694c6d1790236bce691eacbff00dae5dfa2c24f
Simplify implementation of define-key based replacements

When a description is provided through define-key using a definition
like ("description" . def) place a additional binding in the map to a "pseudo
key" making it easy for which-key to find these descriptions on the fly and at
the right time (i.e., when the binding is active).

which-key-enable-extended-define-key must be enabled for this to have an
effect.
which-key.el